KREDOR Business Object Framework Documentation

SelectFrom<T>.On Method 

Appends the specified ON clause to the current SelectFrom`1 instance. Must be preceded by Join(...)

public SelectFrom<T> On(
   String leftKey,
   String rightKey
);

Parameters

String
String

Return Value

Remarks

Used in conjunction with Join(rightSelect).

See Also

SelectFrom<T> Class | Kredor.BO Namespace